Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Updates the requirements on rspec-its to permit the latest version.

Changelog

Sourced from rspec-its's changelog.

2.0.0 / 2024-11-04

Version 2.0.0 drops support for Ruby below 3, and changes the supported RSpec version to "main" and current release series. (At the time of writing this is 3.13.x, but it means the current supported release only).

Breaking changes:

  • Now uses public_send so that private methods will not be accidentally reachable. (James Ottaway #33, #101)

1.3.1 / 2024-10-23

full changelog

Bug fixes:

  • Prevent overridden example methods causing issues by creating our own Example Group creation alias __its_example. (Jon Rowe, #95)

1.3.0 / 2019-04-09

full changelog

Enhancements:

  • Introduced will and will_not as to allow one line block expectations. (Russ Buchanan, #67)

1.2.0 / 2015-02-06

full changelog

Breaking Changes:

Enhancements:

  • Introduced are_expected as alias for is_expected

Bug fixes:

1.1.0 / 2014-04-13

full changelog

Breaking Changes:

Enhancements:

  • For hashes, multiple array elements are treated as successive access keys
  • Metadata arguments are now supported

Bug fixes:

  • Enable its example selection by line number in command line

1.0.1 / 2014-04-13

full changelog

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Dec 15, 2025
@3v0k4
Copy link
Contributor

3v0k4 commented Dec 30, 2025

@dependabot rebase

Updates the requirements on [rspec-its](https://github.com/rspec/rspec-its) to permit the latest version.
- [Changelog](https://github.com/rspec/rspec-its/blob/main/Changelog.md)
- [Commits](rspec/rspec-its@v1.3.0...v2.0.0)

---
updated-dependencies:
- dependency-name: rspec-its
  dependency-version: 2.0.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/rspec-its-tw-2.0 branch from 465446e to 61bf262 Compare December 30, 2025 10:59
@3v0k4 3v0k4 force-pushed the dependabot/bundler/rspec-its-tw-2.0 branch from ed6be7b to bbcb03e Compare January 2, 2026 09:24
@3v0k4 3v0k4 force-pushed the dependabot/bundler/rspec-its-tw-2.0 branch from bbcb03e to d30c090 Compare January 2, 2026 09:28
@3v0k4 3v0k4 merged commit b582010 into main Jan 2, 2026
25 checks passed
@3v0k4 3v0k4 deleted the dependabot/bundler/rspec-its-tw-2.0 branch January 2, 2026 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants